home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3683 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  812 b 

  1. Path: news.sara.nl!news
  2. From: Paul Langemeijer <lmeijer@phys.uva.nl>
  3. Newsgroups: comp.lang.c++
  4. Subject: Large 1 dim array in c++, please give me a hint!
  5. Date: 25 Jan 1996 16:23:07 GMT
  6. Organization: Academic Computer Services Amsterdam (SARA)
  7. Message-ID: <4e8apb$ik5@mira.sara.nl>
  8. References: <4e4ssa$n9t@mira.sara.nl>
  9. NNTP-Posting-Host: pc-ka159.phys.uva.nl
  10.  
  11.  
  12.  Hello,
  13.  
  14.  I am working on a simulation program that generates a lot of
  15.  (complex) numbers which I would like to store in a large array, to
  16.  make a FFT lateron.
  17.  The calloc function will not allow me enough memory to store my
  18.  approximately 1Mb of data, though there is enough internal memory
  19.  on my PC. How can I fix this? I am using Borland C++ under DOS.
  20.  Please give me a hint!
  21.  
  22.  Regards, Frederik de Jong
  23.  
  24.  Email:
  25.  fbdejong@nucleus.phys.uva.nl
  26.  
  27.